MindFusion.Wpf Pack Programmer's Guide
DecorationLayerBase(TColor, TPalette).Draw Method
See Also
 





Layer.Draw override.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public override void Draw (
    ICanvasWithPalette<TColor> canvas,
    Rect bounds
)

Visual Basic  Copy Code

Public Overrides Sub Draw( _
    canvas As ICanvasWithPalette(Of TColor), _
    bounds As Rect _
)

 Parameters

canvas

An ICanvasWithPalette specifying the drawing canvas.

bounds

A Rect specifying the map region to draw.

 See Also

DecorationLayerBase(TColor, TPalette) Members
DecorationLayerBase(TColor, TPalette) Class
MindFusion.Mapping Namespace